check device width using js

80

check device width using js -

const screenWidth  = window.screen.width;
const screenHeight = window.screen.height;

device width js -

window.screen.availWidth

Comments

Submit
0 Comments